const encoding/json.scanBeginArray
5 uses
encoding/json (current package)
decode.go#L363: case scanBeginArray:
decode.go#L408: case scanBeginArray, scanBeginObject:
decode.go#L1034: case scanBeginArray:
scanner.go#L124: scanBeginArray // begin array
scanner.go#L225: return s.pushParseState(c, parseArrayValue, scanBeginArray)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)